/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -565px;
		width: 1030px;
		background: #e8e0d8 url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		min-height: 500px;
		padding: 30px 40px 34px;
		
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
    .modaltitle{
    	width:900px;
    	height:40px;
    	background:#b08862;
    	color:#fff;
    	font-size:24px;
    	text-indent:20px;
    	float:left;
    	margin:30px 0 0 65px;
    	line-height: 40px;
    	-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
    }
    .modaltxt{
    	font-size:14px;
    	color:#b08862;
    	line-height: 25px;
    	width:900px;
    	float:left;
    	margin:30px 0 0 65px;
    }
    .modalxias{
    	width:900px;
    	float:left;
    	margin:10px 0 0 65px;
    	    }
    .modalxias ul{
    	width:100%;
    }
    .modalxias ul li{
    	width:150px;
    	float:left;
    	color:#b08862;
    	font-size:18px;
    	line-height: 40px;
    	margin:20px 0 0 5px;
    }
    .modalxias ul li a{
    	color:#b08862；
    }
    .modalxias ul li a:hover{
    	color:#b08862;
    	border-bottom:3px #E60012 solid;
    }
    
    .modalmaptxt{
    	width:920px;
    	margin:30px 0 0 100px;
    	float:Left;
    	color:#b08862;
    	font-size:16px;
    }
    .modalmaptxt ul{
    	width:100%;
    }
    .modalmaptxt ul li{
    	width:150px;
    	float:left;	
    	line-height: 40px;
    }
    
    .modalmaptxt1{
    	width:820px;
    	margin:30px 0 0 100px;
    	float:Left;
    	color:#b08862;
    	font-size:16px;
    }
    .modalmaptxt1 ul{
    	width:100%;
    }
    .modalmaptxt1 ul li{
    	width:150px;
    	float:left;	
    	line-height: 40px;
    }
    .mapline{
    	border-bottom:#b08862 1px solid;
    	height:5px;
    	width:820px;
    	float:left;
    	margin:0px 0 0 100px;
    }
    .modalmaptxt ul li a{font-size:16px;color:#b08862;}
div#myModalc.reveal-modal > div.modalxias > ul > li > a{color:#b08862;}
div#myModald.reveal-modal > div.modalxias > ul > li > a{color:#b08862;}
div#myModale.reveal-modal > div.modalxias > ul > li > a{color:#b08862;}
div#myModalb.reveal-modal > div.modalmaptxt > ul > li > a{color:#b08862;font-size:18px;}
div#myModalb.reveal-modal > div.modalmaptxt1 > ul > li > a{color:#b08862;font-size:17px;}